home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / batch / library / batutl2 / checking.doc < prev    next >
Text File  |  1983-11-30  |  1KB  |  27 lines

  1. ************************************************************************
  2.         Documentation for the New Utilities
  3. ************************************************************************
  4.  
  5. This file documents some of the New Utilities developed under a Userview
  6. Corporation grant for use under IBM PC-DOS.  These utilities may be
  7. distributed freely, but Userview retains all rights to the programs and
  8. supporting documentation.
  9.  
  10.     Programs and documentation (C) 1983 Userview Corporation.
  11.  
  12.  
  13. III. CHECKING
  14.  
  15.     This program allows conditional termination of batch files
  16. depending on the result of the previous program.
  17.  
  18. INVOKING THE PROGRAM: Include the command "checking" after a command
  19. in a batch file.  If the previous program was successful, CHECKING
  20. prints an appropriate message and allows the batch file to continue.
  21. If there was an error in the previous program, CHECKING also prints
  22. a message and allows the user to terminate the batch job.
  23.  
  24. CHECKING will properly check the results of MASM, and may
  25. work with other programs.  Experiment before doing something critical
  26. with CHECKING.
  27.